@charset "utf-8";


.btxbk {
 font-family: "微软雅黑";
 font-size: 18px;
 line-height: 30px;
 font-weight: bold;
 color: #6B1A07;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #B7B7B7;
 height: 30px;
 padding-left: 10px;
}


* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

li {
    list-style: none;
outline: none;
}

a {
    text-decoration: none;
outline: none;
}

img,
input {
    border: 0;
    outline: none;
}
input:focus{
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body {
    padding-top: 43px;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9a3a2a;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-box {
    width: 43px;
    height: 43px;
    left: 43px;
    float: right;
    margin-left: 10px;
    background: #9a3a2a;
}

.search-box img {
    display: block;
    cursor: pointer;
    margin: 11px auto;
}

.b-top {
    background: #6a190b;
    line-height: 43px;
}

.b-top-r {
    float: right;
    overflow: hidden;
}

.b-top-r>ul {
    float: left;
    overflow: hidden;
}

.b-top-r>ul>li {
    float: left;
}

.b-top-r>ul>li a {
    font-size: 15px;
    display: block;
    line-height: 15px;
    padding: 0 15px;
    margin: 14px 0;
    border-left: 1px solid #fff;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.b-top-r>ul>li:first-child a {
    border: none;
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(../xwyimages/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
}

.head.on {
    position: fixed;
    top: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.35);
}

.head-top {
    position: relative;
    padding: 7px 0;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    line-height: 74px;
}

.logo a img {
    vertical-align: middle;
}

.nav {
    float: right;
}

.nav>ul>li {
    float: left;
    margin-left: 25px;
    padding-top: 32px;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 42px;
}

.nav>ul>li:hover>a {
    /* background: url(../xwyimages/nav.png) no-repeat; */
    background-size: cover;
    background-position: center center;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 3px;
    z-index: 9999;
    padding: 40px 40px 40px 80px;
    overflow: hidden;
    line-height: normal;
    display: none;
}

.nav>ul>li>div>ul {
    float: left;
    width: 36.5%;
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    float: left;
    width: 50%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    padding-left: 30px;
    background: url(../xwyimages/nav-li-left.png) no-repeat;
    background-position: left center;
    font-size: 18px;
    color: #332e2e;
    line-height: 50px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color: #8c2d30;
}

.nav-pic {
    overflow: hidden;
}

.nav-pic div {
    float: left;
    width: 215px;
}

.nav-pic p {
    overflow: hidden;
    padding-left: 30px;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
    padding-top: 10px;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */

.banner {
    width: 100%;
    position: relative;
    background: #6a190b;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../xwyimages/b-zzc.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 8;
}

.banner a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../xwyimages/b-zzc.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 9;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 0;
    text-align: right;
    z-index: 9;
    font-size: 0;
    text-align: center;
}

.banner .slick-dots li {
    width: 43px;
    height: 43px;
    padding: 0;
    transition: all 0.5s;
    background-size: 100% 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    font-size: 0;
    margin: 0 15px;
}

.banner .slick-dots li button {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    vertical-align: middle;
    margin: 13px auto;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
}

.banner .slick-prev,
.banner .slick-next {
    width: 29px;
    height: 54px;
    transition: all 0.5s;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev,
.banner .slick-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    transition: all 0.5s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9;
}

.banner .slick-prev {
    left: 120px;
    background: url(../xwyimages/b-left.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-prev:hover {
    background: url(../xwyimages/b-left-hover.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-next {
    right: 120px;
    background: url(../xwyimages/b-right.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-next:hover {
    background: url(../xwyimages/b-right-hover.png) no-repeat;
    background-size: 100% 100%;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner .slick-slide a div p:hover {
    color: #e78c33;
}

.footer {
    background: url(../xwyimages/footer-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 35px 0;
}

.foot-c {
    position: relative;
}

.foot-nav {
    padding-bottom: 15px;
    padding-right: 540px;
}

.foot-c>div>h3 {
    font-weight: normal;
    display: block;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 25px;
}

.foot-nav ul li a {
    display: block;
}

.foot-nav ul li a div {
    width: 60px;
    height: 60px;
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
}

.foot-nav ul li a div img {
    display: inline-block;
    vertical-align: middle;
}

.foot-nav ul li a div img:first-child+img {
    display: none;
}

.foot-nav ul li a p {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 15px 0;
    color: #1d1c1c;
    margin-top: 10px;
}

.foot-info {
    position: absolute;
    right: 0;
    width: 450px;
    top: 0;
}

.foot-info>p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

.foot-m {
    padding-top: 35px;
}

.foot-m>div>span {
    display: block;
    font-size: 20px;
    color: #333333;
    padding-bottom: 15px;
}

.link-ul>div {
    float: left;
    width: 48%;
    max-width: 170px;
    margin-right: 2%;
    margin-top: 25px;
    position: relative;
}

.link-ul>div:first-child {
    margin-left: 0;
}

.link-ul p {
    padding: 0 5px 0 10px;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #202020;
}

.link-ul p img {
    float: right;
    margin-top: 10px;
}

.link-ul>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid #cfcfcf;
    padding: 10px 0;
    background: #fff;
}

.link-ul>div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 26px;
    color: #333;
}

.link-ul>div ul li a:hover {
    background: #9b0c14;
    color: #cfcfcf;
}

.link-ul>div:hover ul {
    display: block;
}

.bq {
    background: #6a1218;
    color: #fff;
    text-align: center;
    padding: 35px 0;
    font-size: 0;
    line-height: 30px;
}

.bq span {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    color: #fff;
    color: rgba(255, 255, 255, .45);
    margin: 0 5px;
}

.bq a {
    margin: 0 5px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    color: rgba(255, 255, 255, .45);
}

.bq img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:1420px) {
    .head-top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>ul>li>a {
        font-size: 16px;
    }
    .banner .slick-dots {
        margin-left: 0;
        left: 0;
        width: 100%;
    }
    .px1320 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner .slick-slide a div p {
        left: 0;
        margin-left: 0;
        padding: 0 15px;
        font-size: 24px;
    }
    .banner .slick-prev {
        left: 30px;
    }
    .banner .slick-next {
        right: 30px;
    }
}

@media screen and (max-width:1230px) {
    .nav>ul>li {
        margin-left: 20px;
    }
    .logo a img {
        height: 65px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .b-top {
        display: none;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #6a190b;
        /* background: rgb(0 0 0 / 80%); */
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #730a10;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../xwyimages/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 20px;
        height: 20px;
    }
    .banner .slick-prev {
        left: 10px;
    }
    .banner .slick-next {
        right: 10px;
    }
    .banner .slick-dots {
        bottom: 30px;
    }
    .banner .slick-dots li {
        margin: 0 5px;
    }
    .banner .slick-dots li {
        width: 25px;
        height: 25px;
    }
    .banner .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 7px auto;
    }
    .foot-nav {
        padding-right: 450px;
    }
    .foot-info {
        width: 400px;
    }
    .foot-c>div>h3 {
        font-size: 20px;
    }
    .foot-nav ul li a p {
        font-size: 14px;
    }
    .foot-info>p {
        font-size: 14px;
    }

}

@media screen and (max-width:768px) {
    .foot-nav {
        padding-right: 0;
    }
    .foot-info {
        position: static;
        width: auto;
    }
    .link-ul>div {
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}
.banner .b-mores>a::before{display:none}
.banner .b-mores{position: absolute;    bottom: 5px;    z-index: 99;    font-size: 16px;    color: #fff;     left: 50%;    transform: translateX(-50%);}